module TransmogDE {
	imports { Base }

    item Hide_Everything
    {
        DisplayCategory = TransmogHide,
        ItemType = base:clothing,
        Cosmetic = TRUE,
        Hidden = TRUE,
        /* DisplayName = Tmog - Hide All Clothing, */
        Tags = TransmogDE:Hide_Everything,
        ClothingItem = Hide_Everything,
        BodyLocation = TransmogDE:Hide_Everything_Location,
        Icon = HideClothing,
        Weight = 0,
    }
}